home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cobra Utilities for Doom & Doom II
/
Cobra Utilities For Doom & Doom II - Disc 1.iso
/
files
/
bonus
/
arj241a
/
arjrest.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1993-07-20
|
278 b
|
10 lines
REM ARJ program to restore archives on a drive to another drive overwriting
if "%1" == "" goto param_err
if "%2" == "" goto param_err
ARJ x -vv -y %1:backup %2:\
goto end
:param_err
REM Usage: ARJREST diskette_drive_letter hard_drive_letter
REM ARJREST A C
:end